.tit-title {
  height: 401px;
  text-align: center;
  background-color: #fff;
  overflow: visible;
  border-bottom: 1px solid #F1F1F1;
}
.tit-title .tit-text {
  opacity: 0.96;
  font-size: 60px;
  color: #222222;
  letter-spacing: 5.26px;
  padding: 202px 0 112px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.card-container {
  margin: 0 auto;
  overflow: initial;
}
.plate-label {
  min-height: 57px;
  max-height: 124px;
  text-align: center;
  vertical-align: bottom;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.plate-label .select {
  width: 1025px;
  margin: 0 auto;
  text-align: left;
}
.plate-label .select a {
  display: inline-block;
  text-align: center;
  width: 149px;
  height: 57px;
  line-height: 57px;
  margin-right: 20px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 1.17px;
  font-weight: bold;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105% 120%;
  margin-bottom: 25px;
}
.plate-label .select a:hover,
.plate-label .select a.cc {
  color: #fff;
  background-image: url("../images/game.png");
}
.plate-label .select a:nth-child(6n) {
  margin-right: 0;
}
